home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Classic Collection / The Amiga Classic Collection - Disc 1.iso / Education / ED05-AmRadio1.DMS / ED05-AmRadio1.adf / ACE_DEMO / ACE_UTU / readme.doc < prev    next >
Text File  |  1988-01-19  |  5KB  |  138 lines

  1.  
  2.                     Applied Computing Enterprises
  3.                             ACE_UTU
  4.  
  5.  
  6. November 2, 1987
  7.  
  8. This readme file contains some basic operational information about the
  9. program ACE_UTU.  This program is designed to communicate with and control
  10. the functions of a Kantronics UTU via your Amiga's serial port.  It may
  11. work with other terminal units functionally equivalent to the UTU, although
  12. I can not guarantee it, as I have not tested the code on other
  13. manufacturer's hardware.  Should you try it successfully, I would really
  14. be interested in finding out your successes and failures.
  15.  
  16. This version is for DEMO only.  It is fully operational except that
  17. It will not write data out to the terminal unit on command.  The program
  18. is currently written in AMIGABASIC, although it will be translated into
  19. compiled "C" in the near future.  This has the advantage of reduced size
  20. and increased speed as well as more functionality (by having full access
  21. to the ROM Kernel).
  22.  
  23. Any person who decides to purchase the AMIGABASIC
  24. version will receive the upgraded "C" verion upon completion for the
  25. cost of media and shipping.
  26.  
  27. Should you care to purchase the program, because you find it worthwhile,
  28. send $39.95 to
  29.  
  30.             Applied Computing Enterprises,
  31.             924 Westbury Court,
  32.             Sarnia, Ontario
  33.             Canada   N7T 7R7
  34.  
  35. This will bring you the terminal unit program on 3.5" diskette with a
  36. printed manual.
  37.  
  38. If you have any comments or suggestions for enhancements, drop me a line
  39. and I'll see what I can do.  This program was tailored for the features
  40. that I felt that I could use.  You may some additional ones.
  41.  
  42.  
  43. ACE_UTU Program
  44.  
  45. This program is designed to compliment the features of the Kantronics
  46. UTU.  Its control codes are thus designed for this unit.  You should
  47. find the menu options self explanatory for the most part if you are
  48. familiar with the terminal unit's operation.
  49.  
  50. The following is a brief functional description of the meaning of each
  51. menu item.  You can try them from there to determine their operation and
  52. use.  The full manual describes each in much greater detail.
  53.  
  54. When the program starts up it will create a three window display.  The top
  55. window displays the received data from the terminal unit.  The lower display
  56. will be used to display/load buffers for transmitting.  The display in the
  57. upper right is simply a time/date window for those of you who do not have
  58. enough PD clocks already.
  59.  
  60. The first operation of the program is to set the TU characteristics
  61. correctly.  The UTU comes up with the echo disabled, which we would like
  62. enabled.
  63.  
  64. Menu Items:
  65.  
  66. 1) Options -- UTU Menu
  67.               This will activate the terminal unit menu mode and allow you
  68.               to interact with it to set modes like RTTY, CW etc.
  69.  
  70.            -- Load/Display Xmit Buffers
  71.               There are 5 built in transmit buffers that you can load and
  72.               save for future use (ie CQ, QRZ etc).  These options allow you
  73.               to load and display the buffer contents.
  74.  
  75.            -- Load autoid buffer
  76.               This will allow you to load the call of the station you are
  77.               working.  With this, the program will construct your beginning
  78.               and ending of transmission text with your ID, time and leading
  79.               RYRY if you want it (usually only RTTY).
  80.  
  81.            -- Save/Recall Xmit Buffers
  82.               Will load and save the 5 brag buffers to/from disk for future
  83.               use, or to overwrite what you currently have in the buffers.
  84.  
  85.            -- Set program defaults
  86.               Allow you to set basic program options such as printer on/off
  87.               status, auto load of brag buffers on startup, autoid etc.
  88.               These characteristics will be created every time you startup
  89.               the program
  90.  
  91. 2) Mode    -- Transmit Volatile
  92.               Allows you to create a typeahead buffer of information while
  93.               reading incoming data.  You initiate transmission with F1 key.
  94.               You can continue to load the buffer as the computer unloads it
  95.               to the TU.  When it catches up to your typing, it will
  96.               transmit as you type in real time.
  97.  
  98.            -- Transmit Buffer 1-5
  99.               Transmit one of the preloaded brag (transmit) buffers.
  100.  
  101.            -- Receive
  102.               Force TU back to receive mode.
  103.  
  104.            -- Transmit Real Time
  105.               Transmit data to TU as you type it without any typeahead
  106.               buffering.
  107.  
  108. 3) Speed
  109.               This option allows you to select the speed setting of the TU
  110.               with simple mouse selection.
  111.  
  112. 4) Printer
  113.               Selects printer status.  With printer on, all data that is
  114.               received will be echoed to the printer for hard copy.
  115.  
  116. 5) ID      -- ID on/off
  117.               Will enable or disable the autoid which is "his call" de
  118.               "your call".
  119.  
  120.            -- RY/Time enabled/Disabled
  121.               Will send series of RYRY at beginning of transmission.  Will
  122.               also prefix and suffix your transmission with a time of day
  123.               string.
  124.  
  125. 6) Exit Program
  126.               Exit the program and cleanup the windows.
  127.  
  128.  
  129.  
  130. Have fun, and feel free to send me your comments.  Thanks to Kathy for
  131. including this demo on her PD disk.
  132.  
  133. Sincerely
  134.  
  135. Allan Ebert
  136. VE3AXV
  137.  
  138.